home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / GraphicViewers / QuickViewer / Source / MyView.h < prev    next >
Text File  |  1992-08-25  |  352b  |  21 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <3Dkit/N3DCamera.h>
  5.  
  6. @interface MyView:N3DCamera
  7. {
  8.     id myImage, myImageRep;
  9.     id QuickViewerWindow;
  10.     NXSize imageSize;
  11.     char *theFile;
  12. }
  13.  
  14. - initFrame:(const NXRect *)myFrame;
  15. - readFile:sender;
  16. - reloadImage:sender;
  17. - loadImage:(const char *)filename;
  18. - drawPS:(const NXRect *)rects :(int)rectCount;
  19.  
  20. @end
  21.